home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: RequestTest 1.0 (10.1.95)
- ;
- failat 11
-
- Request "Click one" title "Hello, World!" gadgets "A|B|C|D|E|F|G|H|I|J|K"
-
- set choice $rc
-
- if $choice eq 0
- echo "Last button"
- endif
-
- if $choice eq 1
- echo "First button"
- endif
-
- if val $choice ge 2
- echo "Button" $choice
- endif
-
- unset choice
-